You are here: Symbol Reference > Dew Namespace > Dew.Stats Namespace > Dew.Stats.Units Namespace > Classes > StatControlCharts Class > StatControlCharts Methods > QCPChart Method > StatControlCharts.QCPChart Method ([In] TVec, int, [In] TVec, out double, out double, out double, double)
Dew Stats for .NET
ContentsIndexHome
PreviousUpNext
StatControlCharts.QCPChart Method ([In] TVec, int, [In] TVec, out double, out double, out double, double)

P-Chart.

Syntax
C#
Visual Basic
public static void QCPChart([In] TVec Data, int SampleSize, [In] TVec DrawVec, out double CL, out double UCL, out double LCL, double Confidence);

Calculates the P-Chart (Control chart for proportions) drawing values, center line, upper and lower control limits. Control limits are based on the normal approximation to the binomial distribution. When p is small, the normal approximation may not always be adequate. In such cases, we may use control limits obtained directly from a table of binomial probabilities. If P is small, the lower control limit obtained from the normal approximation may be a negative number. If this should occur, it is customary to consider zero as the lower control limit. 

Note The assumption is all samples have the same SampleSize.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!